.footer{
  margin-top: 20px;
  background-color: rgb(59, 125, 35);
  display: flex;
  justify-content: center;
  align-items: center;

}

.company-email-link{
      background-color: rgb(59, 125, 35);
      font-size: 20px;
      display: flex;
      justify-content: center;
      align-items: flex-start;
      margin: 0 auto;
      margin-bottom: 40px;
    }